home *** CD-ROM | disk | FTP | other *** search
- object CustomDictionaryEditDialog: TCustomDictionaryEditDialog
- Left = 382
- Top = 215
- BorderStyle = bsDialog
- Caption = 'Custom Dictionary'
- ClientHeight = 335
- ClientWidth = 347
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- DesignSize = (
- 347
- 335)
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TTntPageControl
- Left = 0
- Top = 0
- Width = 347
- Height = 300
- ActivePage = AddedWordsSheet
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 0
- object AddedWordsSheet: TTntTabSheet
- Caption = 'xxAdd&ed Words'
- OnShow = AddedWordsSheetShow
- DesignSize = (
- 339
- 272)
- object AddedWordsExplain: TTntLabel
- Left = 8
- Top = 8
- Width = 289
- Height = 41
- AutoSize = False
- Caption =
- 'xxThese words will be considered correct during a spell check op' +
- 'eration.'
- WordWrap = True
- end
- object IgnoreEditLabel: TTntLabel
- Left = 8
- Top = 48
- Width = 88
- Height = 13
- Caption = 'xx&Ignore this word:'
- FocusControl = IgnoreEdit
- end
- object IgnoreList: TTntListBox
- Left = 8
- Top = 91
- Width = 209
- Height = 163
- Anchors = [akLeft, akTop, akBottom]
- ItemHeight = 13
- Sorted = True
- TabOrder = 1
- OnClick = IgnoreListClick
- end
- object IgnoreEdit: TTntEdit
- Left = 8
- Top = 64
- Width = 209
- Height = 21
- TabOrder = 0
- OnChange = IgnoreEditChange
- OnKeyDown = IgnoreEditKeyDown
- end
- object AddIgnoreButton: TMMTNTBItBtn
- Left = 224
- Top = 64
- Width = 75
- Height = 23
- Caption = 'xx&Add'
- TabOrder = 2
- OnClick = AddIgnoreButtonClick
- Style = bsNew
- end
- object DeleteIgnoreButton: TMMTNTBItBtn
- Left = 224
- Top = 91
- Width = 75
- Height = 23
- Caption = 'xx&Delete'
- TabOrder = 3
- OnClick = DeleteIgnoreButtonClick
- Style = bsNew
- end
- end
- object AutoCorrectWordsSheet: TTntTabSheet
- Caption = 'xxA&uto-Correct Pairs'
- ImageIndex = 1
- OnShow = AutoCorrectWordsSheetShow
- DesignSize = (
- 339
- 272)
- object ReplaceEditLabel: TTntLabel
- Left = 8
- Top = 48
- Width = 53
- Height = 13
- Caption = 'xx&Replace:'
- FocusControl = ReplaceEdit
- end
- object WithEditLabel: TTntLabel
- Left = 96
- Top = 48
- Width = 35
- Height = 13
- Caption = 'xx&With:'
- FocusControl = WithEdit
- end
- object AutoCorrectWordsExplain: TTntLabel
- Left = 8
- Top = 8
- Width = 289
- Height = 41
- AutoSize = False
- Caption =
- 'xxThese words will automatically be corrected when encountered d' +
- 'uring a spell check.'
- WordWrap = True
- end
- object AutoCorrectList: TTntListView
- Left = 8
- Top = 91
- Width = 209
- Height = 162
- Anchors = [akLeft, akTop, akBottom]
- Columns = <
- item
- end
- item
- end>
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- ShowColumnHeaders = False
- SortType = stText
- TabOrder = 2
- ViewStyle = vsReport
- OnSelectItem = AutoCorrectListSelectItem
- end
- object ReplaceEdit: TTntEdit
- Left = 8
- Top = 64
- Width = 81
- Height = 21
- TabOrder = 0
- OnChange = ReplaceEditChange
- OnKeyDown = ReplaceEditKeyDown
- end
- object WithEdit: TTntEdit
- Left = 96
- Top = 64
- Width = 121
- Height = 21
- TabOrder = 1
- OnChange = WithEditChange
- OnKeyDown = WithEditKeyDown
- end
- object AddAutoCorrectButton: TMMTNTBItBtn
- Left = 224
- Top = 64
- Width = 75
- Height = 23
- Caption = 'xx&Add'
- TabOrder = 3
- OnClick = AddAutoCorrectButtonClick
- end
- object DeleteAutoCorrectButton: TMMTNTBItBtn
- Left = 224
- Top = 91
- Width = 75
- Height = 23
- Caption = 'xx&Delete'
- TabOrder = 4
- OnClick = DeleteAutoCorrectButtonClick
- end
- end
- object ExcludedWordsSheet: TTntTabSheet
- Caption = 'xx&Excluded Words'
- ImageIndex = 2
- OnShow = ExcludedWordsSheetShow
- DesignSize = (
- 339
- 272)
- object ExcludeWordsExplanation: TTntLabel
- Left = 8
- Top = 8
- Width = 289
- Height = 39
- AutoSize = False
- Caption =
- 'xxThese words will always be considered incorrect during a spell' +
- ' check operation.'
- WordWrap = True
- end
- object ExcludeEditLabel: TTntLabel
- Left = 8
- Top = 48
- Width = 96
- Height = 13
- Caption = 'xxE&xclude this word:'
- FocusControl = ExcludeEdit
- end
- object ExcludeList: TTntListBox
- Left = 8
- Top = 91
- Width = 209
- Height = 162
- Anchors = [akLeft, akTop, akBottom]
- ItemHeight = 13
- Sorted = True
- TabOrder = 1
- OnClick = ExcludeListClick
- end
- object ExcludeEdit: TTntEdit
- Left = 8
- Top = 64
- Width = 209
- Height = 21
- TabOrder = 0
- OnChange = ExcludeEditChange
- OnKeyDown = ExcludeEditKeyDown
- end
- object AddExcludeButton: TMMTNTBItBtn
- Left = 224
- Top = 64
- Width = 75
- Height = 23
- Caption = 'xx&Add'
- TabOrder = 2
- OnClick = AddExcludeButtonClick
- end
- object DeleteExcludeButton: TMMTNTBItBtn
- Left = 224
- Top = 91
- Width = 75
- Height = 23
- Caption = 'xx&Delete'
- TabOrder = 3
- OnClick = DeleteExcludeButtonClick
- end
- end
- end
- object OK: TMMTNTBItBtn
- Left = 266
- Top = 306
- Width = 75
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = 'xx&OK'
- ModalResult = 1
- TabOrder = 2
- end
- object HelpButton: TMMTNTBItBtn
- Left = 185
- Top = 306
- Width = 75
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = 'xxHelp'
- TabOrder = 1
- OnClick = HelpButtonClick
- end
- object Timer: TTimer
- Enabled = False
- Interval = 5
- OnTimer = TimerTimer
- Left = 32
- Top = 304
- end
- end
-